From: Derk-Jan Hartman Date: Sun, 2 Oct 2011 16:06:19 +0000 (+0000) Subject: Follow up to r98665. X-Git-Tag: 1.31.0-rc.0~27319 X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=commitdiff_plain;h=b83ec009e751260b8e42b0da1afa16115a499a1f;p=lhc%2Fweb%2Fwiklou.git Follow up to r98665. Forgot to add the new css file. --- diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css new file mode 100644 index 0000000000..42f360c372 --- /dev/null +++ b/resources/jquery/jquery.tablesorter.css @@ -0,0 +1,14 @@ +/* Table Sorting */ +table.jquery-tablesorter th.headerSort { + background-image: url(images/sort_both.gif); + cursor: pointer; + background-repeat: no-repeat; + background-position: center right; + padding-right: 21px; +} +table.jquery-tablesorter th.headerSortUp { + background-image: url(images/sort_up.gif); +} +table.jquery-tablesorter th.headerSortDown { + background-image: url(images/sort_down.gif); +}